.top{
    width: 100%;
    height: 50px;
    min-width: 1200px;
    line-height: 50px;
    background: url(../images/topBg.jpg);
}
.topIn{
	width: 1200px;
	margin: auto;
	font-size: 14px;
}
.topIcon{
	color: #93693e;
	margin-top:-3px;
}
.topIn>div:last-child{
	color: #881d23;
}
/*logo*/
.logo{
	width: 100%;
	height: 130px;
	padding-top: 10px;
}
/*导航*/
.nav{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background: url(../images/navBg.jpg);
	font-size: 18px;
}
.nav>div>ul>li{
	float: left;
}
.nav>div>ul>li>a{
	line-height: 60px;
	display: inline-block;
	padding: 0 22px;
	color: #b7937f;
}
.nav>div>ul>li>a:hover{
	background: #e60012;
}
/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner>img{
	width: 100%;
}
/*当前位置*/
.dqwz{
	width: 100%;
	min-width: 1200px;
	margin-top: 50px;
}
.dqwz>div>p{
	border-bottom: 1px solid red;
	height: 39px;
	line-height: 38px;
	box-sizing: border-box;
}
.dqwz>div>p>span{
	color: #a9292f;
}
.dqwz>div>p>span:first-child{
	display: inline-block;
	width: 170px;
	height: 38px;
	background: url(../images/nav-bg.png) no-repeat;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
}
.dqwz>div>p>img{
	margin-right: 10px;
}
/*list*/
.list{
	width: 100%;
	min-width: 1200px;
	margin: 40px 0;
}
.list>div>ul:first-child>li{
	border-bottom: 1px solid #ccc;
	padding: 28px 0;
}
.mainList{
	width: 1056px;
	border-right: 1px dotted #ccc;
	padding-right: 120px;
	box-sizing: border-box;
}
.mainList>img{
	margin-right: 40px;
}
.mainList>div>p{
	color: #888;
	margin-top: 20px;
}
.listData{
	padding-right: 10px;
}
.listData>p{
	color: #888;
}
.listData>p>span{
	font-size: 18px;
	display: block;
	color: #a9292f;
}
.listData>a>button{
	width: 65px;
	height: 28px;
	border: 0;
	outline: none;
	background: url(../images/btn1.png);
	cursor: pointer;
}
.listData>a>button:hover{
	background: url(../images/btn2.png);
}
.list>div>ul:first-child>li:hover{
	background: #fcf5e5;
}
.btn{
	margin:50px auto;
	width: 150px;
}
.btn>li{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #888;
	font-size: 16px;
	border: 1px solid #a9292f;
	float: left;
	margin: 5px;
}
.btn>li:first-child,.btn>li:last-child{
	border:1px solid #ccc;
}
/*footer*/
.footer{
	width: 100%;
	padding: 20px 0;
	min-width: 1200px;
	background: #313131;
	text-align: center;
	color: #828282;
}
.footer>p>a{
	color: #fff;
}
